home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / jlut500.zip / HLP.ZIP / GENERAL.HLP < prev    next >
Text File  |  1992-07-20  |  20KB  |  548 lines

  1.  
  2.  
  3. ┌─────────────────────────────────────────────────────────────────────────────┐
  4. │ General Informations about THE JL's.........................................│
  5. └─────────────────────────────────────────────────────────────────────────────┘
  6.  
  7.                    ╔════════════════════════════════╗
  8.                    ║ READING THIS FILE IS IMPORTANT ║
  9.                    ╚════════════════════════════════╝
  10.  
  11.                      Contents
  12.                      ───────────────────────────────
  13.                    ■ Description of general options
  14.                    ■ CONFIG.SYS
  15.                    ■ JL.CNF
  16.                    ■ JLPATH within your environment
  17.                    ■ Limitations
  18.                    ■ General parameters
  19.                    ■ General things
  20.                    ■ ERROR CODES
  21.  
  22.  
  23.  
  24. Here you find informations about general options, limitations, JL.CNF
  25. and how to set the JLPATH Environment Variable.
  26.  
  27. JLUTIL is an Utility from Juergen Lorenz, Germany. It is compiled with
  28. the latest version of Turbo Pascal and includes several powerful options.
  29. Start JLUTIL with the available options.
  30.  
  31.      e.g.       JLUTIL /DC
  32.      or         JLUTIL /IL /AN /DM ?,30 /SU
  33.            
  34. The program has access to the environment, so you can start JLUTIL
  35. from any directory, if you have specified the GT-Directory with
  36. SET GTPATH= and the JL-Directory with SET JLPATH= Command.
  37.  
  38. You can redirect the input and/or the output and you can use JLUTIL
  39. remotely.
  40.                  
  41.      e.g.       JLUTIL /DM  < TEST01.BEH
  42.      or         JLUTIL /AN  > ANALYSIS.TXT
  43.  
  44. Most of the JLUTIL-Activities are logged into a file called JL.LOG.
  45. If you want to have Extended Logging you must set in JL.CNF EL=TRUE.
  46.  
  47. Within the file JL.CTL are some informations stored about the usage of
  48. JLUTIL. /AN -J sends me the content as a msg. JLUTIL sends me sometimes
  49. automatically a report. This helps me to enhance JLUTIL and to see,
  50. which options are in use and which aren't. Also i get a feeling, how
  51. many people are using JLUTIL.
  52.  
  53.  
  54.  
  55.  
  56.  
  57. ┌─Description of general options─────────────────────────────────────────────┐
  58. └────────────────────────────────────────────────────────────────────────────┘
  59.  
  60.   The following general options can be used every time, you are running
  61.   THE JL's.
  62.  
  63.  
  64. ┌─────────────────────┐
  65. │ /DATE i,..,j[k,..m] │
  66. └─────────────────────┘
  67.  
  68.    i is a day, k a weekday. You can specify at which date JLUTIL will be
  69.    executed, eg JLUTIL /IL -M /DATE 1, this will produce a monthly report,
  70.    if it is the first day of the month. The format is:  /DATE days delimited
  71.    with commas and followed with the weekdays in brackets.
  72.    eg JLUTIL /MO /DATE 1,15[1]  This will run the Register-Module at every
  73.    first and the 15th day of a month and at every Sunday.  (Sunday[1] ..
  74.    Saterday[7]).  eg JLUTIL /AN /DATE [1]  makes an analysis at every Sunday.
  75.  
  76.  
  77. ┌────────┐
  78. │ /DEBUG │
  79. └────────┘
  80.  
  81.    displays passed marks (only for Error trapping). You can see which files
  82.    JLUTIL assigns and closes.  Run eg. JLUTIL /AN /DEBUG
  83.  
  84.  
  85. ┌────────┐
  86. │ /PAUSE │
  87. └────────┘
  88.  
  89.    If you insert this parameter, JLUTIL will pause after  24 lines.
  90.  
  91.  
  92. ┌─────────┐
  93. │ /EXTLOG │
  94. └─────────┘
  95.  
  96.    Force ExtendedLog. Or use the EL= Line within JL.CNF.
  97.  
  98.  
  99. ┌───────────────┐
  100. │ /SKIPCNFCHECK │
  101. └───────────────┘
  102.  
  103.    Forces the JL's to skip the check of JL.CNF and GT.CNF for unknown or
  104.    double variables.
  105.  
  106.  
  107. ┌───────┐
  108. │ /!001 │
  109. └───────┘
  110.  
  111.    You can setup a File for each option. The Name is JL{xx}.TXT, where xx
  112.    stands for the name of the option. This File will be displayed after
  113.    the JLHeader, if it exists and you specify this general parameter,
  114.    and after displaying this File, the User will be asked, if he wants to
  115.    continue. This helps you to explain each option.
  116.  
  117.  
  118. ┌───────┐
  119. │ /!002 │
  120. └───────┘
  121.  
  122.    Use this general option, if you get a TP Error 203 (Heap Overflow).
  123.    THE JL's will not copy JL.MSG to the heap, if this option is used.
  124.  
  125.  
  126. ┌───────┐
  127. │ /!003 │
  128. └───────┘
  129.  
  130.    If you use this parameter, THE JL's skip reading GTUSER.BBS. They
  131.    set the actual user to SA= in JL.CNF and give him level [0] and the
  132.    authorization [SY].
  133.  
  134.  
  135. ┌───────┐
  136. │ /!004 │
  137. └───────┘
  138.  
  139.    Normally THE JL's try to use EMS, if available. Normally this works,
  140.    if you have EMS or not. But if strange things happen during the check
  141.    for EMS, you should specify /!004. This will force THE JL's not to try
  142.    to use EMS.
  143.  
  144.  
  145.  
  146. ┌─CONFIG.SYS─────────────────────────────────────────────────────────────────┐
  147. └────────────────────────────────────────────────────────────────────────────┘
  148.  
  149.   THE JL's open some Files and need ANSI.SYS. Please insert the following
  150.   lines into your CONFIG.SYS.
  151.  
  152.                          ┌CONFIG.SYS──────────────────┐
  153.                          │                            │
  154.                          │  DEVICE   = ANSI.SYS       │
  155.                          │  FILES    = 50  {or more}  │
  156.                          └────────────────────────────┘
  157.  
  158.  
  159. ┌─JL.CNF─────────────────────────────────────────────────────────────────────┐
  160. └────────────────────────────────────────────────────────────────────────────┘
  161.  
  162. In position  1-2 of  each record  in the configuration file is a code to
  163. identify a parameter.    After  the  "=",  the  value  of  the parameter
  164. appears. You can specify a value, but it is not necessary. But if a
  165. variable is missing, THE JL's will quit with an error. So you have to
  166. insert all variables, but you can leave them blank.
  167.  
  168.  
  169. ┌──────────────────────────────┐
  170. │ Serial-specific informations │
  171. └──────────────────────────────┘
  172.  
  173.   SA=Your Name              SystemAdministrator
  174.   SO=ALL                    Registered Options.
  175.   SN=000000                 SerialNumber
  176.   SC=xxxx-yyyy              SerialNumber CRC, if known
  177.   NC=xxxx-yyyy              Local NetMail Coordinator CRC, if known
  178.   DC=xxxx-yyyy              Distributor CRC, if known
  179.  
  180.  
  181. ┌───────────────────┐
  182. │ Names of CoSysops │
  183. └───────────────────┘
  184.  
  185.   MM=Name of CoSysop        CoSysop for Msgs
  186.   UM=Name of CoSysop        CoSysop for Users
  187.   FM=Name of CoSysop        CoSysop for Files
  188.   PF=Juergen Lorenz         JLUTIL sends me a MSG, if an Error occurs
  189.                             (Not in Use at this time)
  190.  
  191.  
  192. ┌──────────────────┐
  193. │ GT Compatibility │
  194. └──────────────────┘
  195.  
  196.   GT=17                     GT-Version IN [0,14,15,16,17]
  197.                             If you specify GT=0, THE JL's are running in
  198.                             local mode. They don't need GT. Everybody, if
  199.                             he has a GT BBS installed or not, can run THE
  200.                             JL's then, but of course only options, which
  201.                             don't need GT.
  202.                             If you set GT to 17, JLUTIL will set the
  203.                             GTVersion internally back to 16.
  204.  
  205.  
  206. ┌──────────────────────┐
  207. │ Variables for JLBANK │
  208. └──────────────────────┘
  209.  
  210.   CL=A..Z                   Contribution-Levels for JLBANK
  211.  
  212.  
  213. ┌──────────────────────┐
  214. │ Variables for JLPLOT │
  215. └──────────────────────┘
  216.  
  217.   OD=01-01-89               Date for JLCALL1.LOG, JLCALL2.LOG and
  218.                             JLREAD.LOG. JLUTIL loggs the number of
  219.                             days between this and the actual date.
  220.  
  221.  
  222. ┌─────────────────────────┐
  223. │ Directories for the MCS │
  224. └─────────────────────────┘
  225.  
  226.   M1=E:\GT\MCSUSER          The MCS writes UserMsgs  into this MSG-Area
  227.   M2=E:\GT\MCSSYSOP         The MCS writes SysopMsgs into this MSG-Area
  228.   M3=E:\GT\MAILING          The MailingLists writes Msgs into this
  229.                             MSG-Area
  230.  
  231. ┌───────────────┐
  232. │ Miscellaneous │
  233. └───────────────┘
  234.  
  235.   DI=1                      Display:  1  Normal  (redirectable)
  236.                                       2  Faster  (local mode, not redirectable)
  237.  
  238.   MD=C                      MAIL-DRIVE (here are \MAILOUT etc.)
  239.   ZP=C:\TOOLS\              ZIP-PATH   (here are PKZIP.EXE and PKUNZIP.EXE)
  240.  
  241.   MP=C:\JLUTIL\MSG\         MSG-Path   (here are 00= to ...)
  242.   HP=C:\JLUTIL\HLP\         HLP-Path   (here are all *.HLP Files from THE JL's)
  243.   LP=C:\JLUTIL\LOG\         LOG-Path   (here are LogFiles, L1= to ...)
  244.   QP=C:\JLUTIL\QST\         QST-Path   (here are all QUEST*.* Files for /QU)
  245.   TP=C:\JLUTIL\MLT\         MLT-Path   (here are all *.@ML files for /ML)
  246.   BP=C:\JLUTIL\BANK         The homedirectory of JLBANK.
  247.  
  248.                             If you have specified HP=D:\JLUTIL\HLP\ then
  249.                             JLUTIL searches the *.HLP files within
  250.                             C:\JLUTIL\HLP\*.HLP.
  251.  
  252.   EL=TRUE                   EXTENDED LOGGING  True OR False
  253.   PL=4                      Minimum Password Length (for /IP /CU)
  254.   PH=TRUE                   Display PhoneNumber (for /SU /MC)  TRUE or FALSE
  255.   AN=TRUE                   ANSI:  TRUE / FALSE / CALLER
  256.   TO=5                      TimeOut in minutes
  257.   CU=                       Currency (for /IL and JLBANK) eg. DM, $US
  258.   ED=INTERNAL               Name of your Editor (including Path)
  259.                             eg: ED=C:\TOOLS\Q.EXE
  260.                             or: ED=INTERNAL  if you want to use the
  261.                                              internal Editor.
  262.   DE=                       DefaultCommandLine, if the CommandLine is
  263.                             empty. If you entering at the DOS Prompt
  264.                             JLUTIL without any parameters, JLUTIL
  265.                             will do, what is specified here. If DE=/HE,
  266.                             it will run HE.
  267.   KI=TRUE                   Can be TRUE or FALSE. With this variable
  268.                             you can determine, if Users with invalid
  269.                             levels will be killed - if KI=TRUE - or
  270.                             not - if KI=FALSE.
  271.  
  272. ┌───────────────┐
  273. │ Message-Files │
  274. └───────────────┘
  275.  
  276.   JLUTIL sends the ??????_U.MSG Files to the User and the
  277.   ??????_S.MSG Files to the Sysop. You can add - separated
  278.   with a komma - the subject of the message. This Subject
  279.   can include variables like @RFN, etc. For options like IL.
  280.  
  281.  
  282.   MO=CHANGE OF YOUR LEVEL   Subject of the MO option Messages
  283.   00=UNKNOW_U.MSG
  284.   01=BADPSW_S.MSG,BAD PASSWORDS
  285.   02=BADPSW_U.MSG,HACKING FOR YOU !!!
  286.   03=DENIED_S.MSG
  287.   04=DENIED_U.MSG
  288.   05=DLLOAD_S.MSG
  289.   06=DLLOAD_U.MSG
  290.   07=UPLOAD_S.MSG
  291.   08=UPLOAD_U.MSG,Thx, @RFN @RLN
  292.   09=ANSWER_U.MSG
  293.   10=TRASH_S .MSG
  294.   11=CHNGEPSW.MSG
  295.   12=TOADMIN .001
  296.   13=CHNG_LVL.MSG
  297.   14=USDTIM_S.MSG
  298.   15=USDTIM_U.MSG
  299.   16=MISC_S  .MSG
  300.   17=MISC_U  .MSG
  301.   18=DORUSE_S.MSG
  302.   19=DORUSE_U.MSG
  303.   20=INVOIC_U.MSG
  304.   21=TOSENDER.MSG
  305.  
  306.  
  307. ┌───────────────────┐
  308. │ Name of LOG-Files │
  309. └───────────────────┘
  310.  
  311.   Please don't change the following settings. If you want to change
  312.   L2= to L3= then use names with the following format:
  313.  
  314.   Path\??????I.???         I is 1 for L2=  and I = 2 for L3=
  315.  
  316.  
  317.   L1=JL      .LOG
  318.   L2=JLCALL1 .LOG           \
  319.   L3=JLCALL2 .LOG            >-- for JLPLOT
  320.   L4=JLREAD  .LOG           /
  321.   L5=JLBANK  .LOG           ---- for JLBANK
  322.   P1=PAY1.MSG               \
  323.   P2=PAY2.MSG                >-- for JLBANK
  324.   P3=PAY3.MSG               /
  325.  
  326.  
  327. ┌────────────────────┐
  328. │ Colors of THE JL's │
  329. └────────────────────┘
  330.  
  331.   If you don't insert the following variables, JLUTIL uses the
  332.   GT Colors from GT.CNF. You can overwrite the GT Colors with
  333.   specifying different values within JL.CNF.
  334.  
  335.  
  336.             ┌─Color Number Table─────────────────────┐
  337.             │                                        │
  338.             │ Dark Colors         Light Colors       │
  339.             │ ════════════════    ══════════════════ │
  340.             │ 0 : Black           8  : Dark Gray     │
  341.             │ 1 : Blue            9  : Light Blue    │
  342.             │ 2 : Green           10 : Light Green   │
  343.             │ 3 : Cyan            11 : Light Cyan    │
  344.             │ 4 : Red             12 : Light Red     │
  345.             │ 5 : Magenta         13 : Light Magenta │
  346.             │ 6 : Brown           14 : Yellow        │
  347.             │ 7 : Light Gray      15 : White         │
  348.             └────────────────────────────────────────┘
  349.  
  350.  
  351.   WF= Window foreground color number.  Anyone of the 16 values from the
  352.       table above.
  353.   WB= Window background color number.  Anyone of the DARK shades, 0-7,
  354.       from the table above.
  355.   WR= Window-frame foreground color number.  Anyone of the 16 values
  356.       from the table above.
  357.   WS= Window-frame background color number.  Anyone of the DARK shades
  358.                  from the table above.
  359.   HF= Option hi-lite color, foreground.
  360.   HB= Option hi-lite color, background.
  361.   OF= Option lo-lite color, foreground.
  362.   OB= Option lo-lite color, background.
  363.   TF= Status line color, foreground.
  364.   TB= Status line color, background.
  365.   WU= Window Title color, foreground.
  366.   WV= Window Title color, background.
  367.   DU= Phone directory hi-lite color, foreground.
  368.   DV= Phone directory hi-lite color, background.
  369.  
  370.  
  371.  
  372. ┌─JLPATH within your environment─────────────────────────────────────────────┐
  373. └────────────────────────────────────────────────────────────────────────────┘
  374.                 
  375. Please set the JLPATH= Variable with the SET Command:
  376.  
  377.     e.g.   SET JLPATH=_______________ to the home directory of THE JL's.
  378.           
  379.  
  380. The specified directory is the home directory of JLUTIL. Here must
  381. be all JLUTIL Files. Put this commandline into your AUTOEXEC.BAT.
  382.                
  383.  
  384.  
  385.  
  386. ┌─Limitations────────────────────────────────────────────────────────────────┐
  387. └────────────────────────────────────────────────────────────────────────────┘
  388.  
  389.   ■        200 User   large PickLists
  390.   ■       ---- KB     Undelimited Editor
  391.   ■   1.1e4932 Calls  Display Calls
  392.  
  393.  
  394.  
  395.  
  396. ┌─General parameters─────────────────────────────────────────────────────────┐
  397. └────────────────────────────────────────────────────────────────────────────┘
  398.  
  399. ┌─────────┐
  400. │ MsgArea │
  401. └─────────┘
  402.  
  403.   Here you can specify the [DosName] of the MsgArea, or you
  404.   specify [?] and choose the MsgArea from a menue. If you want,
  405.   you can specify [~] to select the NetMailArea.
  406.  
  407.  
  408.  
  409. ┌─General things─────────────────────────────────────────────────────────────┐
  410. └────────────────────────────────────────────────────────────────────────────┘
  411.  
  412. THE JL's are assuming that they are in use by the logged on GTUser,
  413. who is specified in GTUSER.BBS. If you are using THE JL's locally,
  414. you have to change GTUSER.BBS. Perhaps you make your own GTUSER.MY
  415. and if you want to use THE JL's you start a batch, which copies
  416. GTUSER.MY to GTUSER.BBS before it runs THE JL's.
  417.  
  418.  
  419.  
  420. ┌─ERROR CODES────────────────────────────────────────────────────────────────┐
  421. └────────────────────────────────────────────────────────────────────────────┘
  422.  
  423. If an error occurs, please make use of the possibility to run THE JL's
  424. in debug mode using the general parameter /DEBUG.
  425.  
  426.  1  The variable GTPATH= isn't specified within the environment.
  427.     Enter GTPATH=xxx at the DOS prompt (xxx must be your GT directory).
  428.  
  429.  2  The variable STPATH= isn't specified within the environment.
  430.     Enter STPATH=xxx at the DOS prompt (xxx must be your ST directory).
  431.  
  432.  3  The variable JLPATH= isn't specified within the environment.
  433.     Enter JLPATH=xxx at the DOS prompt (xxx must be your JL directory).
  434.  
  435.  4  THE JL's want to delete a file, but this is impossible. Perhaps
  436.     because it is readonly or the PATH is incorrect etc. Check the
  437.     filename. Perhaps it was in use by another program. While trying
  438.     to delete the file an ioerror happened.
  439.  
  440.  5  NOT IN USE.
  441.  
  442.  6  Read the Error-Message.
  443.  
  444.  7  THE JL's tried to convert a string to a number, which failed.
  445.     Perhaps the string contains chars. Perhaps it exceeds the
  446.     number format. Nevertheless, you can do nothing. Write me a
  447.     short message.
  448.  
  449.  8  JL.CNF, GT.CNF or another configuration file contains a
  450.     variable, which must be followed by a number. But within your
  451.     configuration file this variable isn't set to a number.
  452.     Perhaps it contains chars. Check the configuration file
  453.     and search for the specified variable.
  454.  
  455.  9  THE JL's tries to use a number, but the number is out of range.
  456.     Perhaps it exceeds the number format. Nevertheless, you can do
  457.     nothing. Write me a short message. Perhaps you have set
  458.     a variable within JL.CNF to an inpropper value. The error message
  459.     contains the name of the procedure, in which the range error
  460.     occured. Please give me this name too. This error means, that
  461.     i have specified a value, which hasn't been specified in this
  462.     procedure.
  463.  
  464. 10  THE JL's looks for an operand, but can't find it. Nevertheless,
  465.     you can do nothing. Write me a short message. Look into the HLP
  466.     file, if this option needs an parameter, which you haven't
  467.     specified.
  468.  
  469. 11  NOT IN USE. (out of range ?)
  470.  
  471. 12  Read the Error-Message.
  472.  
  473. 13
  474. 14
  475. 15
  476.  
  477. 16  Timeout. The JL's have detected a delay while waiting for an
  478.     input, which was longer than specified in JL.CNF.
  479.  
  480. 17  THE JL's want to print, but this is impossible. Perhaps the
  481.     printer is offline or the connection between the computer
  482.     and the printer is invalid.
  483.  
  484. 18  THE JL's try to find a record in the GT-User database, but
  485.     they don't find this record. Perhaps the index file must
  486.     be reconstructed. Check, if you find the record of the
  487.     specified Username in USER.CTL with a program like SYSOP.EXE.
  488.  
  489. 19  THE JL's tried to read a file and detected an uninspected
  490.     end of this file, so the format is invalid. This can happen,
  491.     if you have specified a wrong GT Version (the length of user-
  492.     record or a message-record are not identical between all GT Versions).
  493.     Look at the specified file and check, if the file looks
  494.     alright. An ioerror happened during reading the specified
  495.     file.
  496.  
  497. 20  A TurboPascal Error occured. If the TP error is #203, then use
  498.     the general option /!002. Nevertheless, you can do nothing.
  499.     Write me a short message with the errornumber of TurboPascal.
  500.  
  501. 21  You specified a GT-version in JL.CNF, which is not valid.
  502.     Look above, which settings are correct.
  503.  
  504. 22  NOT IN USE.
  505.  
  506. 23  THE JL's want to open a file, but this is impossible. Perhaps
  507.     because the PATH is incorrect or the file doesn't exist. Please
  508.     check the filename and look, if you have set the variables
  509.     MP=, HP=, LP= and QP= within JL.CNF correctly. Look if you can
  510.     find the specified file. Is the attribute perhaps hidden ?
  511.     Is the file in use by another program, which doesn't close the
  512.     file or give it free for writing ?
  513.  
  514. 24
  515.  
  516. 25  A line within JL.MSG hasn't been found. Your JL.MSG is invalid.
  517.     Have you changed it ?  Look into the original JL.MSG and add
  518.     this line.
  519.  
  520. 26  A line within JL.MSG was empty. You have killed a line, and now
  521.     this line is empty, but THE JL's need this line.
  522.  
  523. 27  THE JL's tried to write to a file, which failed. An ioerror happened
  524.     during writing to the specified file. Is this file perhaps read-only ?
  525.  
  526. 28  THE JL's tried to get the filepos of a file, which failed. An ioerror
  527.     happened during getting the filepos of the specified file. Is this file
  528.     perhaps read-only or used by another program ?
  529.  
  530. 29  THE JL's tried to seek a position in a file, which failed. An ioerror
  531.     happened during seeking this position in the specified file. Is this file
  532.     perhaps read-only or used by another program ?  Is this file too
  533.     short ?
  534.  
  535. 30  THE JL's tried to look, if the EOF of a file has been reached, which
  536.     failed. An ioerror happened during this action. Is this file perhaps
  537.     read-only or used by another program ?
  538.  
  539.  
  540.  
  541.  
  542. ┌────────────────────────────────────────────────────────────────────────────┐
  543. └────────────────────────────────────────────────────────────────────────────┘
  544.  
  545.  Please read HISTORY.DOC too.
  546.  
  547.  
  548.